-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--delete-on-faliure recreates cluster for kubeadm failures as well #16890
--delete-on-faliure recreates cluster for kubeadm failures as well #16890
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ComradeProgrammer The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @ComradeProgrammer. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Can one of the admins verify this patch? |
/ok-to-test |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@ComradeProgrammer can u checkout the testerrorspam ? seems like it might be adding a spam err in normal start |
f1c1db5
to
da257a3
Compare
This comment has been minimized.
This comment has been minimized.
da257a3
to
dc702cb
Compare
It's problem with minikube's version. My makefile is too old I have rebased the PR so that the version number in the newest makefile will be used I think it will be ok soon |
kvm2 driver with docker runtime
Times for minikube start: 53.9s 51.8s 51.5s 52.1s 52.2s Times for minikube ingress: 27.8s 28.2s 27.8s 28.3s 28.3s docker driver with docker runtime
Times for minikube (PR 16890) start: 23.3s 25.1s 22.9s 25.0s 22.7s Times for minikube ingress: 48.4s 48.4s 48.9s 47.9s 48.9s docker driver with containerd runtime
Times for minikube start: 22.3s 20.6s 21.3s 20.8s 21.4s Times for minikube (PR 16890) ingress: 18.9s 32.4s 30.9s 31.4s 31.4s |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
feat: allow delete-on-faliure in setupKubeAdm
fix #16682
If we generate an error in setupKubeAdm deliberately, then:
Before:
When this error happens, minikube exits at once.
After:
When this error happens, it trys to delete the cluster and retry